home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 015a / qw12inst.zip / MEMSTAT.TEC < prev    next >
Text File  |  1991-03-14  |  3KB  |  71 lines

  1. ID:MS Memory Status Discussion
  2. Quarterdeck Technical Note #131
  3. by Bob Perry
  4.  
  5. Q.  What do the numbers in the Memory Status window mean?
  6.  
  7. Q.  Why does DESQview report 0K for Largest Available Expanded
  8. Memory?
  9.  
  10. Q.  Why does Total Memory for Expanded not report all my board
  11. memory?
  12.  
  13.  The Memory Status (MS.COM) program dynamically displays the
  14. current memory usage of your system at any given moment.  It
  15. takes about 7K "overhead" to run this program.  When you run
  16. Memory Status, the window shows three columns and three rows of
  17. numbers.
  18.  
  19.  The ROWS list the three main memory areas of interest:
  20.  
  21.  1-Common Memory (in Bytes): Common Memory refers to the amount
  22. of memory in DESQview's Common Memory buffer, and generally
  23. should not be allowed to drop below 1,000 bytes.  Allocations are
  24. made by running the SETUP program.
  25.  
  26.  2-Conventional Memory (in Kilobytes, K): Conventional Memory
  27. refers to the memory available for you to run programs in the
  28. 0K-640K memory area of your computer.  This consists of any type
  29. of memory your system uses to fill out to 640K.
  30.  
  31.  3-Expanded Memory (in Kilobytes, K): Expanded Memory refers to
  32. memory supplied by expanded memory boards.  Memory Status will
  33. not report expanded memory used for other purposes, such as to
  34. fill-out conventional memory, RAM disks, print spoolers or disk
  35. caches.
  36.  
  37.  The COLUMNS in Memory Status are useful in determining the
  38. current memory sizes of the following three areas:
  39.  
  40.  A.  Total Memory: Total Memory refers to the total memory
  41. available on your system at the moment you started DESQview. 
  42. Such things as device drivers, memory-resident programs and
  43. buffers (indeed, almost everything you might load in your
  44. CONFIG.SYS and AUTOEXEC.BAT files before DESQview) will cause the
  45. numbers in this column to be lower.
  46.  
  47.  B.  Total Available: Total Available is the total memory
  48. available to store data and run programs at the current moment. 
  49. These numbers are TOTAL numbers and do not reflect the size of
  50. any one program, which is shown in the third column.
  51.  
  52.  C.  Largest Available: The third column, and perhaps the most
  53. useful one, tells you the largest area of contiguous memory
  54. available at the current moment to run a program.  NOTE THAT YOU
  55. MUST SUBTRACT APPROXIMATELY 14K FROM THESE FIGURES TO ADD OR
  56. CHANGE A PROGRAM'S MEMORY SIZE.  This is because DESQview needs
  57. about 14K to manage each application.
  58.  
  59.  The Largest Available amount of memory for Expanded Memory,
  60. which is the lower right corner figure in Memory Status, is
  61. useful because it determines the size of secondary programs that
  62. you can multitask (i.e., keep running at the same time as your
  63. conventional memory program) without swapping.  Only expanded
  64. memory which conforms to EEMS (Enhanced Expanded Memory
  65. Specification) or EMS 4 (Expanded Memory 4.0 Specification) will
  66. result in a number in this location.  No other expanded memory
  67. boards or boards with so-called EMS 4 software drivers can be
  68. used for multitasking.
  69.  
  70.      Copyright (C) 1991 by Quarterdeck Office Systems
  71.              * * * E N D  O F  F I L E * * *